8 research outputs found

    Lung Nodule Image Classification Based on Local Difference Pattern and Combined Classifier

    Get PDF
    This paper proposes a novel lung nodule classification method for low-dose CT images. The method includes two stages. First, Local Difference Pattern (LDP) is proposed to encode the feature representation, which is extracted by comparing intensity difference along circular regions centered at the lung nodule. Then, the single-center classifier is trained based on LDP. Due to the diversity of feature distribution for different class, the training images are further clustered into multiple cores and the multicenter classifier is constructed. The two classifiers are combined to make the final decision. Experimental results on public dataset show the superior performance of LDP and the combined classifier

    The 5th International Conference on Biomedical Engineering and Biotechnology (ICBEB 2016)

    Get PDF

    Construction and design of dynamic community management system for the elderly

    No full text
    In view of that the current information management and service efficiency of most pension institutions is low and can not meet the needs of the elderly for professional care, combined with the convenience of the current application of the Internet, a dynamic community management system for the elderly was designed. This system is designed for managers and members in the community, and it is composed of five modules: membership management, housing management, check-in management, entertainment venue management and user management. In the realization of multiple sub-functions, the combination of file operation and structure array makes the structure clear and complete. At the same time, the realization of sub-functions directly applies the array function, reducing the number of lines of code inside the function, making the function more prominent and easier to identify

    BE-FNet: 3D Bounding Box Estimation Feature Pyramid Network for Accurate and Efficient Maxillary Sinus Segmentation

    No full text
    Maxillary sinus segmentation plays an important role in the choice of therapeutic strategies for nasal disease and treatment monitoring. Difficulties in traditional approaches deal with extremely heterogeneous intensity caused by lesions, abnormal anatomy structures, and blurring boundaries of cavity. 2D and 3D deep convolutional neural networks have grown popular in medical image segmentation due to utilization of large labeled datasets to learn discriminative features. However, for 3D segmentation in medical images, 2D networks are not competent in extracting more significant spacial features, and 3D ones suffer from unbearable burden of computation, which results in great challenges to maxillary sinus segmentation. In this paper, we propose a deep neural network with an end-to-end manner to generalize a fully automatic 3D segmentation. At first, our proposed model serves a symmetrical encoder-decoder architecture for multitask of bounding box estimation and in-region 3D segmentation, which cannot reduce excessive computation requirements but eliminate false positives remarkably, promoting 3D segmentation applied in 3D convolutional neural networks. In addition, an overestimation strategy is presented to avoid overfitting phenomena in conventional multitask networks. Meanwhile, we introduce residual dense blocks to increase the depth of the proposed network and attention excitation mechanism to improve the performance of bounding box estimation, both of which bring little influence to computation cost. Especially, the structure of multilevel feature fusion in the pyramid network strengthens the ability of identification to global and local discriminative features in foreground and background achieving more advanced segmentation results. At last, to address problems of blurring boundary and class imbalance in medical images, a hybrid loss function is designed for multiple tasks. To illustrate the strength of our proposed model, we evaluated it against the state-of-the-art methods. Our model performed better significantly with an average Dice 0.947±0.031, VOE 10.23±5.29, and ASD 2.86±2.11, respectively, which denotes a promising technique with strong robust in practice

    Dynamic Regulation of Level Set Parameters Using 3D Convolutional Neural Network for Liver Tumor Segmentation

    No full text
    Segmentation of liver tumors plays an important role in the choice of therapeutic strategies for liver disease and treatment monitoring. In this paper, we generalize the process of a level set with a novel algorithm of dynamic regulation to energy functional parameters. The presented method is fully automatic once the tumor has been detected. First, a 3D convolutional neural network with dense layers for classification is used to estimate current contour location relative to the tumor boundary. Second, the output 3D CNN probabilities can dynamically regulate parameters of the level set functional over the process of segmentation. Finally, for full automation, appropriate initializations and local window size are generated based on the current contour position probabilities. We demonstrate the proposed method on the dataset of MICCAI 2017 LiTS Challenge and 3DIRCADb that include low contrast and heterogeneous tumors as well as noisy images. To illustrate the strength of our method, we evaluated it against the state-of-the-art methods. Compared with the level set framework with fixed parameters, our method performed better significantly with an average DICE improvement of 0.15. We also analyzed a challenging dataset 3DIRCADb of tumors and obtained a competitive DICE of 0.85±0.06 with the proposed method

    An Automatic Identification Framework for Complex Power Quality Disturbances Based on Ensemble CNN

    No full text
    A large number of electric vehicles (EVs) are connected to the grid, increasing the risk of power quality deterioration. Meanwhile, power quality disturbances (PQDs) directly affect EV charging safety. Intelligent identification of complex PQDs is the basis for solving the power quality problem, which is very meaningful for improving EV charging quality. This paper proposes an automatic recognition framework for complex PQDs based on ensemble convolution neural network (ECNN). Firstly, a multifusion structure on account of the time and frequency domain feature of PQDs signals is introduced. In addition, a composite convolution is proposed to reduce network complexity, which is using the standard convolution and depthwise separable convolution. Then, we design an adaptive-context mechanism to extend the versatility of ECNN. At the same time, the need to use batch normalization to accelerate training convergence and prevent training overfitting is verified. Furthermore, some visualization methods are performed to analyze the inner mode and illustrate the working mechanism of ECNN. Finally, we apply various experiments to prove the effectiveness of ECNN. Compared to other advanced deep neural networks and traditional methods, ECNN has better noise resistance, higher accuracy, and lower training cost

    Household Electricity Load Forecasting Based on Multitask Convolutional Neural Network with Profile Encoding

    No full text
    Household load forecasting provides great challenges as a result of high uncertainty in individual consumption of load profile. Traditional models based on machine learning tried to explore uncertainty depending on clustering, spectral analysis, and sparse coding with hand craft features. Recently, deep learning skills like recurrent neural network attempt to learn the uncertainty with one-hot encoding which is too simple and not efficient. In this paper, for the first time, we proposed a multitask deep convolutional neural network for household load forecasting. The baseline of one branch is built on multiscale dilated convolutions for load forecasting. The other branch based on deep convolutional autoencoder is responsible for household profile encoding. In addition, an efficient encoding strategy for household profile is designed that serves a novel feature fusion mechanism integrated into forecasting branch. Our proposed network serves an end-to-end manner in training and inference process. Sufficient ablation studies were conducted to demonstrate effectiveness of innovations and great generalization in point and probabilistic load forecasting at household level, which provides a promising prospect in demand response

    Unified Quantile Regression Deep Neural Network with Time-Cognition for Probabilistic Residential Load Forecasting

    No full text
    Residential load forecasting is important for many entities in the electricity market, but the load profile of single residence shows more volatilities and uncertainties. Due to the difficulty in producing reliable point forecasts, probabilistic load forecasting becomes more popular as a result of catching the volatility and uncertainty by intervals, density, or quantiles. In this paper, we propose a unified quantile regression deep neural network with time-cognition for tackling this challenging issue. At first, a convolutional neural network with multiscale convolution is devised for extracting more behavioral features from the historical load sequence. In addition, a novel periodical coding method marks the model to enhance its ability of capturing regular load pattern. Then, features generated from both subnetworks are fused and fed into the forecasting model with an end-to-end manner. Besides, a globally differentiable quantile loss function constrains the whole network for training. At last, forecasts of multiple quantiles are directly generated in one shot. With ablation experiments, the proposed model achieved the best results in the AQS, AACE, and inversion error, and especially the average of the AACE is grown by 34.71%, 75.22%, and 32.44% compared with QGBRT, QCNN, and QLSTM, respectively, indicating that our method has excellent reliability and robustness rather than the state-of-the-art models obviously. Meanwhile, great performances of efficient time response demonstrate that our proposed work has promising prospects in practical applications
    corecore